@charset "utf-8";

/* CSS Document 
** author:新动力
** tips:CSS文件非专业勿动，编码格式为utf-8
*/

* {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

img {
	border: none;
	border: 0;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:visited {}

a:hover {
	color: #4994e5;
}

a:focus {
	outline: 0;
}

html {
	font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;
	background: #fff;
	color: #333;
}

body {
	background: #fff;
}

input,
botton,
input:focus {
	outline: none;
	text-indent: 5px;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 20px
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px
}


/*通用调用*/

.w1200 {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*.clear {
	zoom: 1;
}*/

.clear:after {
	content: '';
	display: block;
	clear: both;
}

#warper {
	max-width: 1920px;
	overflow: hidden;
}

@font-face {
	font-family: "DIN";
	src: url(../font/DIN.ttf);
	/* IE9+,可以是具体的实际链接 */
}


/* 头部 */


.head-con {
	height: 120px;
	background-color: #fff;
	margin: auto;
	max-width: 1300px;
}

.head-top {
	width: 300px;
	float: left;
}

.index-logo {
	float: left;
	height: 48px;
	padding-top: 27px;
}

.index-logo img {
	height: 65px;
}


/* 导航 */

.nav {
	padding-top: 15px;
	float: right;
}

.nav ul .nLi {
	display: block;
	position: relative;
	float: left;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.nav ul .nLi h3 {
	position: relative;
	width: 100%;
	padding: 0 5px;
}



.nav .nLi:first-child h3 {
	padding-left: 0;
}

.nav .nLi:first-child h3:after {
	background: none;
}

.nav .nLi h3 a {
	display: block;
	width: 130px;
	height: 90px;
	color: #333;
	font-size: 16px;
	line-height: 90px;
}

.nav .nLi.on h3 a {
	display: block;
	width: 130px;
	height: 90px;
	background: #2369a5;
	color: #e9f5ff;
}

.nav .sub {
	display: none;
	width: 100px;
	left: 5px;
	top: 90px;
	position: absolute;
	background: rgba(35, 105, 165, .85);
	line-height: 44px;
	width: 130px;
	z-index: 100;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	width: 132px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.nav .sub a:hover {
	font-weight: bold;
}


/* 焦点图 */

.banner {
	height: 600px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .bd {
	height: 600px;
	width: 100%;
	z-index: 0;
}

.banner .bd li {
	width: 100%;
	height: 600px;
	zoom: 1;
	vertical-align: middle;
	margin: 0 auto;
}

.banner .bd li .pic_a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 35px;
	left: 0;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.banner .hd ul {
	zoom: 1;
	overflow: hidden;
}

.banner .hd ul li {
	width: 18px;
	height: 18px;
	border-radius: 14px;
	display: inline-block;
	margin: 0 6px;
	cursor: pointer;
	background: #fff none repeat scroll 0 0;
	transition: width 0.5s ease 0s, height 0.5s ease 0s, background 0.5s ease 0s, color 0.5s ease 0s;
}

.banner .hd ul .on {
	background: rgba(74, 148, 229, 0.8) none repeat scroll 0 0;
	color: #015cb5;
	height: 18px;
	width: 32px;
}

.banner_ctr {
	height: 90px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 2;
	left: 50%;
	margin-left: -600px;
}

.banner_ctr a {
	display: block;
	width: 47px;
	height: 79px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
}

.banner_ctr a.prev {
	left: -90px;
}

.banner_ctr a.next {
	right: -1280px;
	background-position: -47px 0px;
}

.banner_ctr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*搜索栏*/
.sousuo {
	width: 1300px;
	height: 60px;
	margin: 0 auto;
}

.hot {
	margin: 20px 0 50px 0;
	height: 40px;
	line-height: 40px;
	float: left;
}

.hot b {
	font-size: 14px;
	margin-right: 10px;
}

.hot span a {
	font-size: 14px;
	color: #9a9a9a;
	margin-right: 40px;
}

.hot span a:hover {
	color: #2369A2;
}

.index-banner {
	position: relative;
}

.head-search {
	position: relative;
}

.head-search input {
	margin-top: 20px;
	width: 252px;
	height: 36px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(219, 219, 219, 1);
	border-radius: 100px;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 36px;
	transition: 0.3s;
}

.btn-search {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transition: 0.36s;
	cursor: pointer;
	right: 0px;
	top: 20px;
	background: #8C8D8E;
	border: none;
}

.btn-search:hover {
	background: #2369a5;
	outline: none;
}
/* 产品展示 */

.pro {
	width: 1300px;
	margin: 0 auto;

	.pro-top .title {
		height: 50px;
	}
}

.title h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background: url(../img/t8.jpg)no-repeat center center;
}

.pro-top .hd {
	margin: 50px 70px;
}

.pro-top .hd li {
	width: 170px;
	height: 50px;
	line-height: 50px;
	display: block;
	float: left;
	margin-left: 50px;
	font-size: 16px;
	border: solid 0.65px #2369a5;
	text-align: center;
}

.pro-top .hd li a {
	color: #333;
	display: block;
}

.pro-top .hd li.on {
	background-color: #2369a5;
	color: #fff;
}

.pro-top .hd li.on a {
	color: #fff;
}

.pro-bottom {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.pro-bottom .pro-bottom-bd ul {
	width: 110%;
	overflow: hidden;
	zoom: 1;
}

.pro-bottom .pro-bottom-bd ul li {
	width: 310px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 28px;
	float: left;
	position: relative;

}

.pro-bottom .pro-bottom-bd ul li .imgbox {

	width: 310px;
	height: 232.5px;
	border-radius: 5px;
	overflow: hidden;
}

.pro-bottom .pro-bottom-bd ul li img {
	width: 310px;
	height: 232.5px;
	border-radius: 5px;
	transition: all 0.3s linear;
}

.pro-bottom .pro-bottom-bd .imgtext {
	width: 310px;
	height: 232.5px;
	border-radius: 5px;
	background: rgba(20, 20, 20, .8);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.on_1:hover .imgtext,
.on_2:hover .imgtext,
.on_3:hover .imgtext,
.on_4:hover .imgtext,
.on_5:hover .imgtext,
.on_6:hover .imgtext,
.on_7:hover .imgtext,
.on_8:hover .imgtext {
	display: block;

}

.pro-bottom .pro-bottom-bd:hover .imgtext p {
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	width: 50px;
	height: 50px;
	background: #2369a5;
	border-radius: 25px;
	text-align: center;
	line-height: 45px;
	margin: 70px 130px 30px 130px;
}

.pro-bottom .pro-bottom-bd:hover .imgtext h3 {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

/*核心优势*/
.adv_top {
	width: 1300px;
	height: 84px;
	margin: 40px auto;
	background: url(../img/j10.png) no-repeat center center;
}

.adv_top h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #333;
}

.adv_top h3 span {
	color: #2369a2;
}

.adv_top p {
	font-size: 16px;
	color: #333;
	text-align: center;
}

/* 优势1 */
.adv_1 {
	width: 100%;
	height: 700px;
	background: url(../img/adv-01.jpg)no-repeat top center;
	margin-top: ;

}

.adv_1 .w1200 {
	position: relative;
}

.adv_1 ul {
	width: 110%;
	height: 450px;
	background: #fff;
	margin-top: 180px;
	padding: 0 5px;
}

.adv_1 ul li {
	float: left;
	width: 200px;
	margin-right: 164px;
	margin-top: 80px;
}

.adv_1 ul li:nth-child(4) {
	margin-right: 0;
}

.adv_1 ul li img {
	border-radius: 80px;
	width: 160px;
	height: 160px;
	margin: 0 25px;
}

.adv_1 ul li p {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}

.adv_1 ul li span {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 12px;
	line-height: 30px;
}

.adv1_title {
	position: absolute;
	width: 200px;
	height: 244px;
	background: #2369A2;
	top: 0;
	right: 0;
}

.adv1_title h6 {
	font-size: 70px;
	font-weight: bold;
	font-family: "times new roman";
	text-align: center;
	color: #fff;
	padding-top: 30px;
}

.adv1_title p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.adv1_title span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

/* 优势2 */
.adv_2 {
	width: 1300px;
	margin: 30px auto;
	position: relative;
}

.adv2_title {
	position: absolute;
	width: 200px;
	height: 244px;
	background: #2369A2;
	top: 0;
	left: 0;
}

.adv2_title h6 {
	font-size: 70px;
	font-weight: bold;
	font-family: "times new roman";
	text-align: center;
	color: #fff;
	padding-top: 30px;
}

.adv2_title p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.adv2_title span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

.adv2_left img {
	margin-top: 70px;
	float: left;
	width: 710px;
}

.adv2_right {
	float: right;
	width: 540px;
	margin-top: 90px;
}

.adv2_right b {
	font-size: 24px;
	color: #2369A2;
	line-height: 50px;
}

.adv2_right p {
	font-size: 14px;
	text-transform: uppercase;
	color: #9A9A9A;
	line-height: 34px;
	margin-bottom: 15px;
}

.adv2_right span {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.adv2_right .adv2_img img {
	float: left;
	width: 265px;
	margin-top: 30px;
}

/* 优势3 */
.adv_3 {
	width: 100%;
	height: 650px;
	background: url(../img/j43.jpg) no-repeat top center;
	margin-top: 50px;
	padding-top: 50px;

}

.w1200 {
	position: relative;

}

.adv3_title {
	position: absolute;
	width: 200px;
	height: 244px;
	background: #2369A2;
	top: 0;
	right: 0;
}

.adv3_title h6 {
	font-size: 70px;
	font-weight: bold;
	font-family: "times new roman";
	text-align: center;
	color: #fff;
	padding-top: 30px;
}

.adv3_title p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.adv3_title span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

.adv3_text {
	margin-top: 50px;
}

.adv3_right img {

	float: right;
	width: 690px;
}

.adv3_left {
	float: left;
	width: 610px;
	height: 500px;
	background: #fff;
}

.adv3_left b {
	display: block;
	padding-top: 40px;
	margin-left: 35px;
	font-size: 24px;
	color: #2369A2;
	line-height: 50px;
}

.adv3_left p {
	margin-left: 35px;
	font-size: 14px;
	text-transform: uppercase;
	color: #9A9A9A;
	line-height: 34px;
	margin-bottom: 15px;
}

.adv3_left span {
	display: block;
	width: 550px;
	margin-left: 35px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.adv3_left .adv2_img {
	margin: 0 33px;
}

.adv3_left .adv2_img img {
	float: left;
	width: 265px;
	margin-top: 30px;
}

/* 案例 */

#scrollBox {
	width: 1300px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}

#scrollBox #con1 a,
#scrollBox #con2 a {
	display: block;
	width: 310px;
	height: 282.5px;
	background-color: #2369A2;
	float: left;
	margin-right: 15px;

}

#scrollBox #con1 a img,
#scrollBox #con2 a img{
	width: 310px;
	height: 232.5px;
}

#scrollBox #con2 a p {
	width: 310px;
	height: 232.5px;
}

#scrollBox #con1 a p,
#scrollBox #con2 a p {
	font-size: 16px;
	width: 310px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

#scrollBox #con1,
#scrollBox #con2 {
	float: left;
	margin-left: 10px;
}

#innerdiv {
	float: left;
	width: 800%;
}

/* 流程 */

.technological {
	width: 100%;
	height: 420px;
	background: url(../img/j462.jpg)no-repeat top center;
	margin-top: 30px;
	/* position: relative; */
}

.technological .tec_title h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #2369A2;
	margin-top: 20px;
}

.technological .tec_title p {
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color: #333;
	text-transform: uppercase;
}

.tec_text {
	margin-top: 90px;
	height: 192px;
}

.tec_text ul li {
	width: 101px;
	height: 101px;
	float: left;
	margin-right: 68px;
	background: url(../img/t7.png);
}

.tec_text ul li:nth-child(8) {
	margin-right: 10px;
}

.tec_text ul li span {
	display: block;
	font-size: 50px;
	font-family: "times new roman";
	text-transform: uppercase;
	color: #fff;
	line-height: 101px;
	float: left;
	margin-left: 30px;
}

.tec_text ul li i {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 101px;
	position: absolute;
	margin-left: 80px;
}

.edg {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #2369A2;
}

/* 关于我们 */
.about {
	width: 100%;
	height: 500px;
	margin-top: 40px;
	background: url(../img/6e4806fc44cf79f0963b3d5e0e9f8a43.jpg) no-repeat bottom center;
}

.abo_left {
	width: 439px;
	float: left;
}

.abo_left p {
	width: 300px;
	height: 55px;
	display: block;
	font-size: 16px;
	color: #2369A2;
	text-align: center;
	line-height: 55px;
	background: url(../img/About-us.jpg) no-repeat top center;
	float: right;
	margin: 30px 0;
}

.abo_left h3 {
	font-size: 24px;
	color: #333;
	text-align: right;
	line-height: 55px;
	font-weight: bold;
	clear: both;
	margin: 10px 0;
}

.abo_left span {
	display: block;
	text-indent: 2em;
	font-size: 14px;
	color: #333;
	line-height: 26px;
	overflow: hidden;
}

.abo_left a {
	display: block;
	width: 120px;
	height: 30px;
	border: #2369A2 solid 1px;
	font-size: 14px;
	color: #2369A2;
	text-align: center;
	line-height: 30px;
	transition: all 0.3s;
	float: right;
	margin: 30px 0;
}

.abo_left a:hover {
	background-color: #2369A2;
	color: #fff;
}

.abo_right {
	float: right;
	position: relative;
}

.abo_right .abo_right1 {
	width: 178px;
	height: 127px;
	background-color: #2369A2;
	position: absolute;
	top: 0;
	left: 0;
}

.abo_right p {
	margin: 34px 0;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.abo_right p i {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
}

/* 5大特点 */
.product-number-info {
	background: url(../img/j35.jpg) no-repeat top center;
	height: 350px;
	position: relative;
}

.product-number-info .product-number-inner {
	width: 1300px;
	margin: 0 auto;
}

.product-number-info ul {
	padding: 115px 0;
}

.q {
	zoom: 1;
}

.product-number-info li {
	float: left;
	width: 160px;
	height: 90px;
	color: #fff;
	padding-top: 1px;
	text-align: center;
	padding-right: 125px;
}

.product-number-info li:nth-child(5) {
	padding-right: 0;
}

.product-number-info li b {
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	display: block;
	position: relative;
}

.product-number-info li b img {
	margin-bottom: 20px;
}

.product-number-info li p {
	font-size: 14px;
}

.product-number-info li b i {
	font-style: normal;
}

.product-number-info li b em {
	font-style: normal;
	font-size: 28px;
	font-weight: 100;
	padding-left: 2px;
	position: relative;
	top: -4px;
}

/* 新闻 */
/* 左侧 */
.news_text {
	margin: 20px 0;
}

.news_left {
	width: 650px;

	float: left;
}

.news_left .left-tit h6 {
	font-size: 18px;
	color: #333;
	float: left;
	line-height: 30px;
	margin: 15px 0;
}

.news_left .left-tit a {
	font-size: 14px;
	color: #777;
	float: right;
	line-height: 30px;
	text-transform: uppercase;
	margin: 15px 0;
}

.news_left .left-tit a:hover {
	color: #ff0000;
}

.news_left .text a img {
	width: 650px;
}

.news_left .text a b {
	display: block;
	font-size: 16px;
	color: #333;
	margin: 10px 0;
}

.news_left .text a b small {
	font-size: 14px;
	color: #777;
	float: right;
	font-weight: normal;
}

.news_left .text a p {
	display: block;
	width: 650px;
	height: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: #aeaeae solid 1px;
	padding-bottom: 30px;
}

.news_left .text a p i {

	font-size: 14px;
	color: #0F4E9D;
	float: right;
}

.news_left .text a:hover b,
.news_left .text a:hover b small {
	color: #0F4E9D;
}

.news_left .text1 {
	margin-top: 30px;
}

.news_left .text1 li {
	padding-bottom: 14px;
}

.news_left .text1 li i {
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #333333;
	margin-right: 15px;
}

.news_left .text1 li a small {
	float: right;
	color: #777;
	font-weight: normal;
}

.news_left .text1 li a:hover {
	color: #0F4E9D;
	font-weight: bold;
}

/* 右侧 */
.news_right {
	width: 590px;
	float: right;
}

.news_right .right_tit {
	height: 60px;
}

.news_right .right_tit h6 {
	font-size: 18px;
	color: #333;
	float: left;
	line-height: 30px;
	margin: 15px 0;
}

.news_right .right_tit a {
	font-size: 14px;
	color: #777;
	float: right;
	line-height: 30px;
	text-transform: uppercase;
	margin: 15px 0;
}

.news_right .right_tit a:hover {
	color: #ff0000;
}

.news_right .text li {
	width: 590px;
	height: 110px;
	margin-bottom: 30px;
}

.news_right .text li a .n_img {
	width: 190px;
	height: 110px;
	float: left;
	margin-right: 20px;
	border: #9A9A9A solid 1px;
}
.n_img img{
	width: 100%;
	height: 100%;
}
.news_right .text li a .n_text {
	float: right;
	width: 370px;
	height: 110px;
	overflow: hidden;
}

.news_right .text li a .n_text p {
	width: 370px;
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 4px 0;
}

.news_right .text li a .n_text span {
	font-size: 14px;
	line-height: 22px;
	color: #8C8D8E;
}

.news_right .text li a:hover {
	color: #0F4E9D;
}

/* 问答 */
.Faq {
	padding-bottom: 110px;
	width: 1300px;
	margin: 0 auto;
}

.Faqtitle {
	width: 102px;
	float: left;
	padding-top: 56px;
}

.Faqtitle a {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

.Faqtitle span {
	display: block;
	padding-top: 53px;
}
.tempWrap{
	float: right;
}

.Faqcont dl {
	float: left;
	margin-left: 21px;
	margin-top: 20px;
	width: 560px;
	height: 136px;
	background: #f5f5f5;
	border: 1px solid #ececec;
}

.Faqcont dt {
	height: 25px;
	padding: 30px 0 0 32px;
	background: url(../img/t71.png) 32px 30px no-repeat;
	line-height: 22px;
}

.Faqcont dt a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-left: 42px;
}

.Faqcont dt a:hover {
	color: #0F4E9D;
}

.Faqcont dd {
	padding: 0 10px 0 32px;
	background: url(../img/t72.png) 32px 3px no-repeat;
	line-height: 25px;
	font-size: 14px;
	color: #787878;
	margin-top: 14px;
}

.Faqcont dd p {
	margin-left: 42px;
	font-size: 14px;
}

.dt_top {
	padding: 0 0 35px;
	text-align: center;
}

.dt_top a em {
	display: block;
	font-size: 20px;
	color: #555
}

.dt01 {
	width: 599px;
}

.clone .cp_inx {
	position: relative;
	width: 100%;
	height: 228px;
	overflow: hidden;
}

.clone .cp_inx img {
	width: 100%;
}

.clone .item-review {
	width: 100%;
	height: 316px;
	position: absolute;
	top: 316px;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	transition: All 0.4s ease-in-out;
}
/* 底部 */
.link{
	margin: 30px 40px;
}
.link i{
	font-size: 16px;
	font-weight: bold;
	color: #2369A2;
	margin-right: -30px;
}
.link a{
	padding-left: 60px;
	font-size: 16px;
	color: #333;
}
.link a:hover{
	color: #2369A2;
}
.footer{
	height: 350px;
	background-color: #2369A2;
}
.footer-menu{
	width: 1300px;
	height: 60px;
	margin-top: 50px;
	border-bottom: #547fa4 1px solid;
}
.footer-menu ul{
	margin: 0 50px;
}
.footer-menu ul li{
	width: 195px;
	height: 20px;
	border-right: #fff solid 1px;
	float: left;
	text-align: center;
}
.footer-menu ul li a{
	color: #ebf6ff;
	font-size: 16px;
	padding-bottom: 2px;
}
.footer-menu ul li:hover a{
	color: #fff;
	border-bottom: #fff solid 1px;
}
.footer-menu ul li:nth-child(1){
	border-left: #fff solid 1px;
}
.f_text{
	margin: 50px 0;
}
.f_text .left{
	width: 920px;
	float: left;
}
.f_text .left .logo{
	width: 326px;
	height: 122px;
	background-color: #fff;
	float: left;
	margin-right: 50px;
}
.f_text .left .logo img{
	margin: 20px 0 0 14px;
	float: left;
}
.f_text .left  .text{
	display: block;
}
.f_text .left .text a h3{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
.f_text .left .text span,
.f_text .left .text p,
.f_text .left .text span a{
	font-size: 14px;
	color: #ebf6ff;
	margin-right: 30px;
	line-height: 28px;
}
.f_text .left .text span:hover a{
	color: #fff;

	border-bottom: #fff solid 1px;
}
.f_text .right{
	float: right;
	width: 280px;
}
.f_text .right img{
	width: 122px;
	margin-left: 15px;
}

/*
视频
 */
/* 视频*/

.a-btn{ width:70px; height:70px; background: url(/public/static/sy/img/vdo-btn.png) no-repeat top; background-size: cover; position:absolute; left:36%; margin-left:-35px; top:66%; margin-top:-35px; cursor:pointer;}
.video-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.video-pop{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.video-pop .pop-bg{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
}
.video-pop .pop-box{
  width: 1020px;
  height: 575px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  background: #000;
  box-sizing: border-box;
}
.video-pop .pop-box .close{
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: -40px;
  cursor: pointer;
}
.video-pop .pop-box .video{
  width: 100%;
  height: 100%;
}


